Standardized alpha factor
Looking at the source code for the alphalens factor_returns: factor_returns
Notice within factor_returns, the code makes a call to the function factor_weights. To standardize the factor so that it is dollar neutral with a leverage ratio of one, what argument gets set and to what value when
demeaned = True
group_adjust = True
equal_weight = True
Next Concept